Forget gdkfont
authorAlexander Larsson <alexl@src.gnome.org>
Mon, 10 Sep 2001 16:57:38 +0000 (16:57 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Mon, 10 Sep 2001 16:57:38 +0000 (16:57 +0000)
gdk/gdkfont.c

index a3c6d6459794f056a5403bd28cd0fa75590ea1d6..9c017840d4c663c94ef3340dbf9d77d6e51e6a93 100644 (file)
@@ -34,10 +34,8 @@ gdk_font_get_type (void)
   
   if (our_type == 0)
     our_type = g_boxed_type_register_static ("GdkFont",
-                                            NULL,
                                             (GBoxedCopyFunc)gdk_font_ref,
-                                            (GBoxedFreeFunc)gdk_font_unref,
-                                            TRUE);
+                                            (GBoxedFreeFunc)gdk_font_unref);
   return our_type;
 }